From 9ef738c4abdc103977dd2afb1981396b8a285b94 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Wed, 22 Sep 2010 03:53:23 +0200 Subject: [PATCH] Add deprecation guards for gdk_device_get_core_pointer() --- gdk/gdkinput.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gdk/gdkinput.h b/gdk/gdkinput.h index bc30cd2ef4..3ea024dc2d 100644 --- a/gdk/gdkinput.h +++ b/gdk/gdkinput.h @@ -43,7 +43,9 @@ G_BEGIN_DECLS /* Returns a list of GdkDevice * */ GList * gdk_devices_list (void); +#ifndef GTK_DISABLE_DEPRECATED GdkDevice *gdk_device_get_core_pointer (void); +#endif #endif /* GDK_MULTIHEAD_SAFE */ -- 2.30.2